home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-24 | 674 b | 19 lines | [TEXT/MPS ] |
- WInfoHndl GetWindowInfo(WindowPtr window);
- void SetWindowInfo(WindowPtr window,WInfoHndl info);
-
- WindowKind GetWindowKind(WindowPtr window);
- void SetWindowKind(WindowPtr window,WindowKind wKind);
-
- Boolean IsWindowType(WindowPtr window,WindowKind type);
- Boolean IsAppWindow(WindowPtr window);
- Boolean IsDAWindow(WindowPtr window);
- WindowPtr MyFrontWindow(void);
-
- WInfoPtr BeginWindowAccess(WindowPtr theWindow,char *hState);
- void EndWindowAccess(WindowPtr theWindow,char hState);
-
- WindowPtr MakeWindow(WindowKind windowClass,Rect *wRect,StringPtr title,Boolean visible);
- void *SendWindowMessage(WindowPtr window,short msg,void *data);
-
- void MyDrawGrowIcon(WindowPtr window);
-